home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for s3iapolygon.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAPOLYGONSPEC_H = 1;
- include("real/intact/r3intact.js")
-
-
- var R3CLID_IAPOLYGONSPEC = 1641;
-
-
-
-
-
-
-
- R3IAPOLYGONSPECA_CurrentPos = 1641500;
- function GetR3IAPOLYGONSPECA_CurrentPos() {
- return R3Get(this.r3obj, R3IAPOLYGONSPECA_CurrentPos, R3TID_VECTOR, 0);
- }
-
- R3IAPOLYGONSPECA_CurrentPara = 1641501;
- function GetR3IAPOLYGONSPECA_CurrentPara() {
- return R3Get(this.r3obj, R3IAPOLYGONSPECA_CurrentPara, R3TID_VECTOR, 0);
- }
-
- R3IAPOLYGONSPECA_CurrentObje = 1641502;
- function GetR3IAPOLYGONSPECA_CurrentObje() {
- return R3ToJS(R3Get(this.r3obj, R3IAPOLYGONSPECA_CurrentObje, R3TID_OBJECT, 0));
- }
-
-
-
- function r3Iapolygonspec () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAPOLYGONSPEC, arguments);
- }
- // Methods
-
- // Attributes
- this.GetCurrentPos=GetR3IAPOLYGONSPECA_CurrentPos;
- this.GetCurrentPara=GetR3IAPOLYGONSPECA_CurrentPara;
- this.GetCurrentObje=GetR3IAPOLYGONSPECA_CurrentObje;
- }
-
- r3Iapolygonspec.prototype=new r3Intact;
- // s3iapolygon.h_H